SCTimer/PWM (SCT) Match Toggle example
=========================================

Example description
------------------------------
LPC5411x SCT Match toggle program for LPCXpresso board

The SCTimer/PWM has the capability to set or clear an output directly using the SET and CLR registers, 
but it does not have a way to directly toggle the outputs. Hence Conflict Resolution register is used to toggle the output. 

1. SCTimer/PWM Lower 16-bit counter/timer generate a 100 msec clock output @ SCT_OUT4
2. SCT0_OUT4 is linked to P1_10 (green LED) which toggles every 100 msec


Special connection requirements
-------------------------------
LPC54114 LPCXpresso board:


Build procedures:
-----------------
Visit the LPCOpen Quick start guide at
[http://www.lpcware.com/content/project/lpcopen-platform-nxp-lpc-microcontrollers/lpcopen-v200-quickstart-guides]
to get started building LPCOpen projects.
